home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / setup_ut / kinstwin / readme.txt < prev    next >
Text File  |  1995-12-03  |  12KB  |  227 lines

  1.                      K-INSTALL for DOS and Windows 2.3
  2.  
  3.              Copyright (c) 1994-95 by Rob McDonell, ARK ANGLES
  4.                             All Rights Reserved
  5.  
  6.  
  7.                            IMPORTANT INFORMATION
  8.  
  9.  
  10.  
  11. WHAT YOU GET
  12.  
  13.   K-INSTALL is written by a software developer for software developers,
  14.   both amateur and professional.  I know the value of a risk free, hassle
  15.   free product.  K-INSTALL offers many benefits to all users.
  16.  
  17.   Unregistered users get limited support during the trial period, but
  18.   are not licensed to use or distribute INSTALL.EXE or SETUP.EXE with
  19.   their own software.  The unregistered version may only be distributed
  20.   as a package in its own right, including all files listed in VENDINFO.DIZ.
  21.  
  22.   Registered users get support for 12 months, and are licensed to use and
  23.   distribute INSTALL.EXE and/or SETUP.EXE royalty free with any of their
  24.   own software.  They also receive the latest version of the package and a
  25.   printed, fully indexed manual.
  26.  
  27.   Customised versions of K-INSTALL are also available such that your
  28.   options can be hard coded into the program rather than specified in
  29.   the separate settings file.  This not only makes the program even
  30.   more secure, but also smaller.  You just need to send me a copy of
  31.   your settings file the way you like it, and I will promptly return
  32.   to you a new EXE file with those settings embedded.
  33.  
  34.   Registered users will get prompt resolution of problems, and free
  35.   upgrades if they encounter bugs.  And there are the standard benefits
  36.   of the ARK ANGLES Triple Guarantee of
  37.   
  38.     1) Quality through standards and testing,
  39.     2) Suitability through try-before-you-buy, and
  40.     3) Money Back if not completely satisfied.
  41.  
  42.   See REGISTER.TXT for full details of licensing options and pricing.
  43.  
  44.   Electronic communication is probably the easiest for all feedback, bug
  45.   reports or other support.  See my CompuServe and Internet addresses below.
  46.   In most circumstances I will respond within 24-48 hours.
  47.   
  48.  
  49. UPGRADING FROM OTHER VERSIONS
  50.  
  51.   Settings files vary only slightly between the DOS and Windows versions of
  52.   K-INSTALL, and simply cater for differences in the operating environment.
  53.   Specifically, this relates to the appearance of K-INSTALL (the WINDOW,
  54.   COLS, PICTURE, ICON and PATTERN keywords) and how the installed program
  55.   is run (the GROUP, ITEM and RESTART keywords).  See the full documentation
  56.   for more details.
  57.  
  58.   Settings file functions in K-INSTALL Professional are a superset of those
  59.   in the Standard edition, therefore settings files from the Standard edition
  60.   can be used unchanged in the Professional edition.
  61.  
  62.  
  63. PROBLEMS
  64.  
  65.   A few users have reported occasional disk read errors on the second disk
  66.   in a multi disk set.  The cause of this is unknown.  If this happens
  67.   please contact ARK ANGLES with details.  Also, try adding a line
  68.   
  69.     ASKDISK 0
  70.     
  71.   to your settings file and see if this makes any difference.
  72.  
  73.  
  74. PROGRAM HISTORY
  75.  
  76.   2.30  04.12.95.  Tilde variables can be used as defaults for ASK keyword.
  77.                    Utility to split large files into several parts. ASKDISK
  78.                    keyword to select type of "insert next disk" dialog box.
  79.                    Windows version only: Uninstall deletes Program Manager
  80.                    group if empty. Non-standard BMPs handled more reliably.
  81.  
  82.   2.20  14.11.95.  New ~CURR variable containing current default directory.
  83.                    Improved status bar updating after archive unpacking.
  84.                    Fixed incomplete deletion of INI files in uninstall.
  85.                    More reliable DIR keyword for opt value '1'.
  86.  
  87.                    Professional edition only: New ELSE keyword. Utility to
  88.                    set disk serial numbers (for use with DISKID keyword).
  89.                    Fixed OPTIONS and UPGRADE keywords for chk value '3'.
  90.  
  91.   2.10  30.09.95.  Fixed Cancel button not working properly when entering
  92.                    variables.  Minor code and documentation improvements.
  93.                    Windows version only: corrected Help button focus.
  94.                    
  95.                    Professional edition only: Enhanced OPTIONS and UPGRADE
  96.                    keywords to control directory checking.
  97.  
  98.   2.00  09.09.95.  Uninstall undoes changes to autoexec.bat, config.sys and
  99.                    INI files.  CPU and COPR keywords for hardware checking.
  100.                    FUNCTION keyword to automatically start any functions.
  101.                    HELP keyword to provide installation help.  Modified
  102.                    INPUT keyword to specify variable number, default value,
  103.                    and more powerful format specification.  Multiple PATH
  104.                    and SHELL keywords allowed.  REBOOT keyword to control
  105.                    rebooting of DOS.  Multiple RFILE keywords allowed to
  106.                    create several files, and new append format to add to an
  107.                    existing text file.  Use of original name from compressed
  108.                    file if available.  Improved handling of blank parameters.
  109.                    DOS version only: WINDOW keyword to control screen size.
  110.                    WINVER keyword for compatibility with Windows version.
  111.                    Windows version only:  Program Manager icons not added
  112.                    again on re-install, and uninstall removes installed
  113.                    icons.  RESTART keyword to control restarting of Windows.
  114.  
  115.                    New Professional edition only:  ASK and IF/ENDIF keywords
  116.                    for conditional processing of most functions.  INSTMSG
  117.                    and INSTPIC keywords to change message line and bitmaps
  118.                    displayed during install.  STRING and BUTTON keywords to
  119.                    customise predefined text and provide full multi-language
  120.                    support.  OPTIONS keyword to enable separate installation
  121.                    of optional components.  UPGRADE keyword to check for an
  122.                    existing installation.  DISKID keyword for basic copy
  123.                    protection.  Settings file scrambler.
  124.  
  125.   1.90  15.08.95.  Support for archives with subdirectories.  DOS internal
  126.                    commands may be used in FIRST, LAST and INSTALL keywords.
  127.                    New replace method '5' for INSTALL keyword to append to
  128.                    existing files.  Installation log file appended to rather
  129.                    than overwritten if it already exists.  DOS version only:
  130.                    added length parm to PICTURE keyword which can now be
  131.                    anywhere in the settings file.  Changed button shadow
  132.                    colour if menu background is black.  Windows version only:
  133.                    fixed spurious error message when updating WIN.INI.
  134.  
  135.   1.80  31.07.95.  New binary format registration data file for writing
  136.                    strings without leading length byte or terminating null.
  137.                    ISECT default value 'NoSection' no longer provided.
  138.                    Windows version only:  Reduction in size of SETUP.EXE.
  139.                    Enhanced bitmap file error checking and screen refreshing.
  140.                    Fixed occasional GPF error when running external programs.
  141.  
  142.   1.70  28.05.95.  Improved error handling when updating Program Manager.
  143.                    Minor enhancements and documentation changes.
  144.  
  145.   1.60  11.05.95.  New ~GROUP variable.  Enhancements to RUN keyword and
  146.                    reboot/restart functions.  New options on INPUT and
  147.                    DIR keywords for longer explanatory questions.  Beeps
  148.                    with error messages only.  Registration data file backed
  149.                    up before overwriting in text format.  Running percent
  150.                    during install.  Some minor problems fixed.  DOS version
  151.                    only: BIG and WIN keywords replaced by RUN option, and
  152.                    new GROUP keyword to update Windows Program Manager.
  153.                    Windows version only: new WINDOW keyword to set window
  154.                    size and style, new WINVER keyword and variable for
  155.                    checking Windows version, and Uninstall now deletes
  156.                    SETUP.EXE correctly.
  157.  
  158.   1.50  25.04.95.  Basic settings file generator.  Maximum of allowable
  159.                    MKDIR, DEL, INSTALL, AUTO, CONF, REG, INI, ITEM and
  160.                    REMOVE keywords limited only by available memory.  New
  161.                    options for INSTALL keyword to display file desciptions
  162.                    and run external programs.  New option for PATH keyword
  163.                    to add multiple directories.  New EXE keyword to add
  164.                    parameters for self-unpacking archives.  Additional
  165.                    predefined variables, and all variables now available
  166.                    with FIRST, LAST, INSTALL, RUN and CATALOG keywords.
  167.                    Duplicate "device=" statements handled in SYSTEM.INI.
  168.                    User confirmation not required if installing to root
  169.                    directory.  Faster file copying to and from diskettes.
  170.                    Other minor enhancements.  DOS version only: new IFILE,
  171.                    ISECT and INI keywords to allow updating of INI files.
  172.  
  173.   1.40  04.04.95.  New ~INST variable to perform functions on the install
  174.                    disk itself.  User confirmation sought during install if
  175.                    chosen directory already exists, and during uninstall
  176.                    before deleting files from Windows or Windows System
  177.                    directories.  Fixed problems with AUTO keywords wiping
  178.                    out a final shell command in AUTOEXEC.BAT.  Windows
  179.                    version only: PICTURE keyword no longer causes hang if
  180.                    bitmap does not exist.
  181.  
  182.   1.30  13.03.95.  New REMOVE keyword to delete application-generated files
  183.                    during uninstall.  New ARCHIVE keyword to define an
  184.                    additional unarchiving program.  Windows version only:
  185.                    PICTURE keyword can now read BMP files from disk, has
  186.                    more flexible positioning, additional styles, and bitmap
  187.                    stretching.
  188.  
  189.   1.20  10.03.95.  New DOSVER keyword to check DOS version number.  Changed
  190.                    INST keyword to INSTALL and MKD to MKDIR.  New BUFFERS
  191.                    keyword to check and update BUFFERS value in CONFIG.SYS.
  192.                    Windows version only: New PATTERN and ICON keywords and
  193.                    enhanced PICTURE keyword for greater customisation of
  194.                    K-INSTALL screen.
  195.  
  196.   1.10  23.02.95.  First general release.
  197.  
  198.   1:0x  Early 95.  Various limited release versions for testing.
  199.   
  200.  
  201. FUTURE DEVELOPMENTS
  202.  
  203.   Thanks to feedback from users all over the world, I believe K-INSTALL is
  204.   amongst the most sophisticated and versatile install programs available.
  205.   You can help to make K-INSTALL even more powerful by sending me your
  206.   requirements and wishes.
  207.  
  208.   A native Windows 95 version will definitely be released in the future
  209.   (probably early 1996), and new features will continue to be added to all
  210.   versions.  Take the time now to vote for the features you would most like
  211.   to see included in future versions.
  212.  
  213.   Beta testers are always required for new versions.  All you need is a
  214.   CompuServe Id, and to be a registered user of any version of K-Install.
  215.   Send me a note if you would like to participate.
  216.  
  217.  
  218. Regards,
  219.  
  220. Rob McDonell
  221. Proprietor,  ARK ANGLES
  222. Postal:      P O Box 190, Hazelbrook NSW 2779, AUSTRALIA
  223. Phone:       (047)588100 or Intl+61-47-588100
  224. Fax:         (047)588638 or Intl+61-47-588638
  225. Internet:    100237.141@compuserve.com
  226. CompuServe:  100237,141
  227.